home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / Caml Light 0.61 / Source / src / runtime / roots.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-09-24  |  156 b   |  13 lines  |  [TEXT/MPS ]

  1. #ifndef _roots_
  2. #define _roots_
  3.  
  4.  
  5. #ifdef ANSI
  6. void local_roots (void (*copy_fn) (value *, value));
  7. #else
  8. void local_roots ();
  9. #endif
  10.  
  11.  
  12. #endif /* _roots_ */
  13.